home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / shell / axsh_1_3_demo.lha / InstallDisk.lha / man / axaux-handler.man < prev    next >
Text File  |  1993-01-15  |  2KB  |  53 lines

  1.  
  2.  
  3. AXAUX-handler        System handler             05-Sep-1992
  4.  
  5.  
  6. AXaux-handler 1.23  05-Sep-92    By Pasi Ojala, previously by Stewe Drew
  7. ----------------------------
  8.  
  9. This handler can be used with any serial device and unit.
  10. An example mountlist :
  11.  
  12. AXAUX:
  13.     Handler = AXsh:bin/AXAux-Handler    /* this is our AXsh-AUX-handler */
  14.     Stacksize = 4000
  15.     Priority = 5
  16.     GlobVec = 1
  17. #
  18.  
  19. If you have your AXsh system assigned somewhere instead of using a disk
  20. labeled AXsh:, you should copy the handler file to L: and change the
  21. mountlist accordingly.
  22.  
  23. If you change the name, you can mount two handlers and access two
  24. serial devices or units simultaneously. By default the handler uses
  25. serial.device unit 0, in raw-mode with 7WIRE-handshake and in exclusive
  26. mode. AXAUX: normally uses the speed defined in serial preferences, but
  27. now it is also possible to set the speed with an entry /speed=<speed>.
  28. The filename part defines the new device and unit, and optionally
  29. other attributes like:
  30.  
  31. Default    Alternative    Function
  32. -------    -----------    --------
  33. raw            Select raw mode, no echo
  34.     con        Select cooked mode, echo chars
  35.  
  36. exclusive        Open serial in exclusive mode
  37.     shared        Open serial in shared mode
  38.  
  39. 7wire            Select hardware flow control (cts/rts)
  40.     noflow        Select no flow control
  41.  
  42. speed=<speed>        Set the baud rate, otherwise value in prefs is used
  43. checkcd            Send Break signal & EOF if carrier is lost
  44.  
  45.  
  46. An example to use with UUCP getty (with no handshake):
  47.  
  48.  newshell axaux:serial.device/0/raw/noflow/shared from axsh:etc/remote-startup
  49.  
  50. Remember that only one device can be accessed per handler in the same time.
  51.  
  52.  
  53.